home *** CD-ROM | disk | FTP | other *** search
- ################################################################################
- # #
- # LabelMerge v1.02 Preferences #
- # #
- # Copyright ©1996-1997 by Dick Whiting #
- # #
- #==============================================================================#
- # #
- # Report bugs, comments, etc. to: #
- # #
- # Dick Whiting <dwhiting@europa.com> #
- # #
- # 04 August 1997 #
- #==============================================================================#
- # Standard Disclaimer: I wrote it, it works for me, I don't guarantee #
- # that it will do anything productive for anyone else, etc. etc. ;-) #
- # #
- # HOWEVER, if you do find a use for it, my kids would REALLY love a #
- # postcard from where ever you live. Thanks. I really do hope this helps #
- # you to continue using and enjoying your Amiga and PageStream. #
- # #
- # POSTCARDS: Dick Whiting #
- # 28590 S. Beavercreek Rd. #
- # Mulino, Oregon 97042 #
- # USA #
- # #
- #==============================================================================#
- #==============================================================================#
- # #
- # This file allows you to specify various defaults for the LabelMerge #
- # script. The preferences and their possible values are: #
- # #
- # option explanation #
- # -------------- ----------------------------------------------------- #
- # defaultdelim=n Your usual delimiter for the data file. The possible #
- # options are: 0=comma, 1=tab, 2=semicolon #
- # #
- # defaultvind=n Your preferred indicators for variables within the #
- # PageStream template file. The possible options are: #
- # 0=<variable>, 1=«variable», 2=[variable], 3={variable} #
- # #
- # templatepath The volume:directory where you keep your templates #
- # PATH NAME MUST BE ENCLOSED IN QUOTES!! #
- # #
- # datapath The volume:directory where you keep your data files #
- # PATH NAME MUST BE ENCLOSED IN QUOTES!! #
- # #
- # importfile Temporary file that is used for export/import of the #
- # text to be changed. Don't know WHY you would want to #
- # change this ... but you can;) #
- # #
- # defaultmode TRUE selects AUTO mode and FALSE selects the manual #
- # method. #
- # #
- # defaulwatchme TRUE selects WATCH-ME and FALSE selects the limited #
- # screen refresh option. #
- # #
- # pctvar The fuzziness factor to use when determining if a #
- # a target bounded area is a match for the model text #
- # frame. The default of .10 says a target must be within #
- # 10% of the same width and height as the model. #
- # #
- # #
- # (Obviously, the '#' sign is used as a comment indicator in this file) #
- # #
- ################################################################################
-
- defaultdelim=0 # 0=comma, 1=tab, 2=semicolon
- defaultvind=0 # 0=< >, 1=« », 2=[ ], 3={ }
- templatepath="PageStream3:" # path for template file requester
- datapath="PageStream3:" # path for data file requester
- importfile="T:LabelMerge.import" # name of temp file used for export/import
- defaultmode=TRUE # Automatic mode either TRUE or FALSE
- defaultwatchme=TRUE # Watch-me-work either TRUE or FALSE
- pctvar=.10 # fuzziness factor
-